home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revolution - Das Atari CD Magazin 1997
/
Revolution - Das Atari CD Magazin 1.iso
/
software
/
anwendng
/
clix360
/
clix_ada.ext
next >
Wrap
Text File
|
1997-01-21
|
2KB
|
89 lines
#***********************************************************************
# ADA95
EXTENSION ".ADA", ".ADS" = {
DELIMITER " {}@+*[\\].,;:-'`#^?=&%$§\"!~|<>⇧⇩⇨⇦❎╱◆∙";
COMMENT {DarkCyan} = "--", "";
KEYS{DarkRed, Bold} =
'abort', 'abs', 'abstract', 'accept', 'access', 'aliased', 'all',
'and', 'array', 'at',
'begin', 'body',
'case', 'constant',
'declare', 'delay', 'delta', 'digits', 'do',
'else', 'elsif', 'end', 'entry', 'exception', 'exit',
'for', 'function',
'generic', 'goto',
'if', 'in', 'is',
'limited', 'loop',
'mod',
'new', 'not', 'null',
'of', 'or', 'others', 'out',
'package', 'pragma', 'private', 'procedure', 'protected',
'raise', 'range', 'record', 'rem', 'renames', 'requeue', 'return',
'reverse',
'select', 'separate', 'subtype',
'tagged', 'task', 'terminate', 'then', 'type',
'until', 'use',
'when', 'while', 'with',
'xor';
KEYS{DarkBlue, Underlined} =
'boolean';
-- ein paar Abkürzungsmakros:
SHORTCUT 'P' ={\
package \c is
private
end;
};
SHORTCUT 'p' ={\
-- -------------------------------------------------------------------
procedure \c ( );
-- Vorbedingung :
-- Aktion :
-- Nachbedingung :
--
-- Fehlerbehandlung : 1) Exception
-- -------------------------------------------------------------------
};
-- Kommentare
-- Kommentarklammer mit der höchsten Priorität
SHORTCUT 'COM' = {\
-- *******************************************************************
-- \c
-- *******************************************************************
};
-- Kommentarklammer mit der mittleren Priorität
SHORTCUT 'Com' = {\
-- ===================================================================
-- \c
-- ===================================================================
};
-- Kommentarklammer mit der untersten Priorität
SHORTCUT 'com' = {\
-- -------------------------------------------------------------------
-- \c
-- -------------------------------------------------------------------
};
-- Modifikationsblock:
SHORTCUT 'mod' = {\
-- Modifiziert:
-- Autor : Uwe Mindrup
-- Datum : \c
-- Aenderung :
-- -------------------------------------------------------------------
};
}